home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypercrd / bok-bndr.hqx / Bookbinder / card_5268.txt < prev    next >
Text File  |  1991-06-04  |  36KB  |  1,885 lines

  1. -- card: 5268 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 4755
  5. -- name: contents
  6. ----- HyperTalk script -----
  7. on openCard
  8.   if the lockScreen is false then
  9.     global xrefdepth
  10.     put 0 into xrefdepth
  11.     hide background button "return"
  12.   end if
  13.   pass openCard
  14. end openCard
  15.  
  16. on updateContents
  17.   global deletedCard
  18.   set cursor to watch
  19.   put 4 into firstField
  20.   repeat with x = 1 to 36
  21.     get line x of card field "content list" of card "contents"
  22.     if it is word 3 of deletedCard then
  23.       put "" into line x of card field "content list" of card "contents"
  24.       get ""
  25.     end if
  26.     if it is "" then
  27.       put "" into card field (2*x+firstField) of card (the number of me)
  28.       put "" into card field (2*x-1+firstField) of card (the number of me)
  29.     else
  30.       put the number of card id it into card field (2*x-1+firstField) of card (the number of me)
  31.       put it into card field (2*x+firstField) of card (the number of me)
  32.       get field "heading" of card id it
  33.       put it into word 1 of card field (2*x+firstField) of card (the number of me)
  34.     end if
  35.   end repeat
  36.   put (the number of me) + 1 into nextCard
  37.   get the name of card nextCard
  38.   get word 2 of it
  39.   get char 2 to 9 of it
  40.   if it is "contents" then
  41.     send updateContents to card nextCard
  42.   end if
  43. end updateContents
  44.  
  45.  
  46.  
  47.  
  48. -- part 26 (button)
  49. -- low flags: 00
  50. -- high flags: 0000
  51. -- rect: left=7 top=57 right=301 bottom=502
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: 
  60.  
  61.  
  62. -- part 12 (button)
  63. -- low flags: 00
  64. -- high flags: 0000
  65. -- rect: left=10 top=310 right=334 bottom=43
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 1011 / 1011
  68. -- text alignment: 1
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: Home Stack
  74. ----- HyperTalk script -----
  75. on mouseUp
  76.   visual dissolve
  77.   go "home"
  78. end mouseUp
  79.  
  80.  
  81.  
  82. -- part 14 (field)
  83. -- low flags: 80
  84. -- high flags: 0000
  85. -- rect: left=141 top=21 right=36 bottom=237
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 0 / 0
  88. -- text alignment: 0
  89. -- font id: 3
  90. -- text size: 12
  91. -- style flags: 0
  92. -- line height: 16
  93. -- part name: bookmark1
  94.  
  95.  
  96. -- part 20 (field)
  97. -- low flags: 01
  98. -- high flags: 0000
  99. -- rect: left=118 top=37 right=55 bottom=355
  100. -- title width / last selected line: 0
  101. -- icon id / first selected line: 0 / 0
  102. -- text alignment: 0
  103. -- font id: 2
  104. -- text size: 10
  105. -- style flags: 0
  106. -- line height: 13
  107. -- part name: instructions
  108.  
  109.  
  110. -- part 21 (button)
  111. -- low flags: 00
  112. -- high flags: 0000
  113. -- rect: left=424 top=314 right=337 bottom=453
  114. -- title width / last selected line: 0
  115. -- icon id / first selected line: 1014 / 1014
  116. -- text alignment: 1
  117. -- font id: 0
  118. -- text size: 12
  119. -- style flags: 0
  120. -- line height: 16
  121. -- part name: 
  122. ----- HyperTalk script -----
  123. on mouseUp
  124.   visual effect wipe right to black
  125.   visual wipe right
  126.   go to previous card
  127. end mouseUp
  128.  
  129.  
  130. -- part 24 (field)
  131. -- low flags: 80
  132. -- high flags: 0000
  133. -- rect: left=237 top=21 right=36 bottom=333
  134. -- title width / last selected line: 0
  135. -- icon id / first selected line: 0 / 0
  136. -- text alignment: 0
  137. -- font id: 3
  138. -- text size: 12
  139. -- style flags: 0
  140. -- line height: 16
  141. -- part name: bookmark2
  142.  
  143.  
  144. -- part 25 (field)
  145. -- low flags: 80
  146. -- high flags: 0000
  147. -- rect: left=333 top=21 right=36 bottom=429
  148. -- title width / last selected line: 0
  149. -- icon id / first selected line: 0 / 0
  150. -- text alignment: 0
  151. -- font id: 3
  152. -- text size: 12
  153. -- style flags: 0
  154. -- line height: 16
  155. -- part name: bookmark3
  156.  
  157.  
  158. -- part 29 (field)
  159. -- low flags: 01
  160. -- high flags: 0000
  161. -- rect: left=190 top=60 right=74 bottom=233
  162. -- title width / last selected line: 0
  163. -- icon id / first selected line: 0 / 0
  164. -- text alignment: 65535
  165. -- font id: 2
  166. -- text size: 10
  167. -- style flags: 0
  168. -- line height: 13
  169. -- part name: 
  170.  
  171.  
  172. -- part 28 (field)
  173. -- low flags: 01
  174. -- high flags: 0000
  175. -- rect: left=14 top=60 right=74 bottom=233
  176. -- title width / last selected line: 0
  177. -- icon id / first selected line: 0 / 0
  178. -- text alignment: 0
  179. -- font id: 2
  180. -- text size: 10
  181. -- style flags: 0
  182. -- line height: 13
  183. -- part name: 
  184. ----- HyperTalk script -----
  185. on mouseUp
  186.   visual iris open
  187.   get the number of the target
  188.   get card field (it-1)
  189.   if it is not "" then
  190.     go card it
  191.   end if
  192. end mouseUp
  193.  
  194.  
  195.  
  196. -- part 31 (field)
  197. -- low flags: 01
  198. -- high flags: 0000
  199. -- rect: left=190 top=73 right=87 bottom=233
  200. -- title width / last selected line: 0
  201. -- icon id / first selected line: 0 / 0
  202. -- text alignment: 65535
  203. -- font id: 2
  204. -- text size: 10
  205. -- style flags: 0
  206. -- line height: 13
  207. -- part name: 
  208.  
  209.  
  210. -- part 30 (field)
  211. -- low flags: 01
  212. -- high flags: 0000
  213. -- rect: left=14 top=73 right=87 bottom=233
  214. -- title width / last selected line: 0
  215. -- icon id / first selected line: 0 / 0
  216. -- text alignment: 0
  217. -- font id: 2
  218. -- text size: 10
  219. -- style flags: 0
  220. -- line height: 13
  221. -- part name: 
  222. ----- HyperTalk script -----
  223. on mouseUp
  224.   visual iris open
  225.   get the number of the target
  226.   get card field (it-1)
  227.   if it is not "" then
  228.     go card it
  229.   end if
  230. end mouseUp
  231.  
  232.  
  233.  
  234. -- part 33 (field)
  235. -- low flags: 01
  236. -- high flags: 0000
  237. -- rect: left=190 top=86 right=100 bottom=233
  238. -- title width / last selected line: 0
  239. -- icon id / first selected line: 0 / 0
  240. -- text alignment: 65535
  241. -- font id: 2
  242. -- text size: 10
  243. -- style flags: 0
  244. -- line height: 13
  245. -- part name: 
  246.  
  247.  
  248. -- part 32 (field)
  249. -- low flags: 01
  250. -- high flags: 0000
  251. -- rect: left=14 top=86 right=100 bottom=233
  252. -- title width / last selected line: 0
  253. -- icon id / first selected line: 0 / 0
  254. -- text alignment: 0
  255. -- font id: 2
  256. -- text size: 10
  257. -- style flags: 0
  258. -- line height: 13
  259. -- part name: 
  260. ----- HyperTalk script -----
  261. on mouseUp
  262.   visual iris open
  263.   get the number of the target
  264.   get card field (it-1)
  265.   if it is not "" then
  266.     go card it
  267.   end if
  268. end mouseUp
  269.  
  270.  
  271.  
  272. -- part 35 (field)
  273. -- low flags: 01
  274. -- high flags: 0000
  275. -- rect: left=190 top=99 right=113 bottom=233
  276. -- title width / last selected line: 0
  277. -- icon id / first selected line: 0 / 0
  278. -- text alignment: 65535
  279. -- font id: 2
  280. -- text size: 10
  281. -- style flags: 0
  282. -- line height: 13
  283. -- part name: 
  284.  
  285.  
  286. -- part 34 (field)
  287. -- low flags: 01
  288. -- high flags: 0000
  289. -- rect: left=14 top=99 right=113 bottom=233
  290. -- title width / last selected line: 0
  291. -- icon id / first selected line: 0 / 0
  292. -- text alignment: 0
  293. -- font id: 2
  294. -- text size: 10
  295. -- style flags: 0
  296. -- line height: 13
  297. -- part name: 
  298. ----- HyperTalk script -----
  299. on mouseUp
  300.   visual iris open
  301.   get the number of the target
  302.   get card field (it-1)
  303.   if it is not "" then
  304.     go card it
  305.   end if
  306. end mouseUp
  307.  
  308.  
  309.  
  310. -- part 37 (field)
  311. -- low flags: 01
  312. -- high flags: 0000
  313. -- rect: left=190 top=112 right=126 bottom=233
  314. -- title width / last selected line: 0
  315. -- icon id / first selected line: 0 / 0
  316. -- text alignment: 65535
  317. -- font id: 2
  318. -- text size: 10
  319. -- style flags: 0
  320. -- line height: 13
  321. -- part name: 
  322.  
  323.  
  324. -- part 36 (field)
  325. -- low flags: 01
  326. -- high flags: 0000
  327. -- rect: left=14 top=112 right=126 bottom=233
  328. -- title width / last selected line: 0
  329. -- icon id / first selected line: 0 / 0
  330. -- text alignment: 0
  331. -- font id: 2
  332. -- text size: 10
  333. -- style flags: 0
  334. -- line height: 13
  335. -- part name: 
  336. ----- HyperTalk script -----
  337. on mouseUp
  338.   visual iris open
  339.   get the number of the target
  340.   get card field (it-1)
  341.   if it is not "" then
  342.     go card it
  343.   end if
  344. end mouseUp
  345.  
  346.  
  347.  
  348. -- part 39 (field)
  349. -- low flags: 01
  350. -- high flags: 0000
  351. -- rect: left=190 top=125 right=139 bottom=233
  352. -- title width / last selected line: 0
  353. -- icon id / first selected line: 0 / 0
  354. -- text alignment: 65535
  355. -- font id: 2
  356. -- text size: 10
  357. -- style flags: 0
  358. -- line height: 13
  359. -- part name: 
  360.  
  361.  
  362. -- part 38 (field)
  363. -- low flags: 01
  364. -- high flags: 0000
  365. -- rect: left=14 top=125 right=139 bottom=233
  366. -- title width / last selected line: 0
  367. -- icon id / first selected line: 0 / 0
  368. -- text alignment: 0
  369. -- font id: 2
  370. -- text size: 10
  371. -- style flags: 0
  372. -- line height: 13
  373. -- part name: 
  374. ----- HyperTalk script -----
  375. on mouseUp
  376.   visual iris open
  377.   get the number of the target
  378.   get card field (it-1)
  379.   if it is not "" then
  380.     go card it
  381.   end if
  382. end mouseUp
  383.  
  384.  
  385.  
  386. -- part 44 (field)
  387. -- low flags: 01
  388. -- high flags: 0000
  389. -- rect: left=190 top=138 right=151 bottom=233
  390. -- title width / last selected line: 0
  391. -- icon id / first selected line: 0 / 0
  392. -- text alignment: 65535
  393. -- font id: 2
  394. -- text size: 10
  395. -- style flags: 0
  396. -- line height: 13
  397. -- part name: 
  398.  
  399.  
  400. -- part 43 (field)
  401. -- low flags: 01
  402. -- high flags: 0000
  403. -- rect: left=14 top=138 right=152 bottom=233
  404. -- title width / last selected line: 0
  405. -- icon id / first selected line: 0 / 0
  406. -- text alignment: 0
  407. -- font id: 2
  408. -- text size: 10
  409. -- style flags: 0
  410. -- line height: 13
  411. -- part name: 
  412. ----- HyperTalk script -----
  413. on mouseUp
  414.   visual iris open
  415.   get the number of the target
  416.   get card field (it-1)
  417.   if it is not "" then
  418.     go card it
  419.   end if
  420. end mouseUp
  421.  
  422.  
  423.  
  424. -- part 46 (field)
  425. -- low flags: 01
  426. -- high flags: 0000
  427. -- rect: left=190 top=151 right=165 bottom=233
  428. -- title width / last selected line: 0
  429. -- icon id / first selected line: 0 / 0
  430. -- text alignment: 65535
  431. -- font id: 2
  432. -- text size: 10
  433. -- style flags: 0
  434. -- line height: 13
  435. -- part name: 
  436.  
  437.  
  438. -- part 45 (field)
  439. -- low flags: 01
  440. -- high flags: 0000
  441. -- rect: left=14 top=151 right=165 bottom=233
  442. -- title width / last selected line: 0
  443. -- icon id / first selected line: 0 / 0
  444. -- text alignment: 0
  445. -- font id: 2
  446. -- text size: 10
  447. -- style flags: 0
  448. -- line height: 13
  449. -- part name: 
  450. ----- HyperTalk script -----
  451. on mouseUp
  452.   visual iris open
  453.   get the number of the target
  454.   get card field (it-1)
  455.   if it is not "" then
  456.     go card it
  457.   end if
  458. end mouseUp
  459.  
  460.  
  461.  
  462. -- part 48 (field)
  463. -- low flags: 01
  464. -- high flags: 0000
  465. -- rect: left=190 top=164 right=178 bottom=233
  466. -- title width / last selected line: 0
  467. -- icon id / first selected line: 0 / 0
  468. -- text alignment: 65535
  469. -- font id: 2
  470. -- text size: 10
  471. -- style flags: 0
  472. -- line height: 13
  473. -- part name: 
  474.  
  475.  
  476. -- part 47 (field)
  477. -- low flags: 01
  478. -- high flags: 0000
  479. -- rect: left=14 top=164 right=178 bottom=233
  480. -- title width / last selected line: 0
  481. -- icon id / first selected line: 0 / 0
  482. -- text alignment: 0
  483. -- font id: 2
  484. -- text size: 10
  485. -- style flags: 0
  486. -- line height: 13
  487. -- part name: 
  488. ----- HyperTalk script -----
  489. on mouseUp
  490.   visual iris open
  491.   get the number of the target
  492.   get card field (it-1)
  493.   if it is not "" then
  494.     go card it
  495.   end if
  496. end mouseUp
  497.  
  498.  
  499.  
  500. -- part 50 (field)
  501. -- low flags: 01
  502. -- high flags: 0000
  503. -- rect: left=190 top=177 right=191 bottom=233
  504. -- title width / last selected line: 0
  505. -- icon id / first selected line: 0 / 0
  506. -- text alignment: 65535
  507. -- font id: 2
  508. -- text size: 10
  509. -- style flags: 0
  510. -- line height: 13
  511. -- part name: 
  512.  
  513.  
  514. -- part 49 (field)
  515. -- low flags: 01
  516. -- high flags: 0000
  517. -- rect: left=14 top=177 right=191 bottom=233
  518. -- title width / last selected line: 0
  519. -- icon id / first selected line: 0 / 0
  520. -- text alignment: 0
  521. -- font id: 2
  522. -- text size: 10
  523. -- style flags: 0
  524. -- line height: 13
  525. -- part name: 
  526. ----- HyperTalk script -----
  527. on mouseUp
  528.   visual iris open
  529.   get the number of the target
  530.   get card field (it-1)
  531.   if it is not "" then
  532.     go card it
  533.   end if
  534. end mouseUp
  535.  
  536.  
  537.  
  538. -- part 52 (field)
  539. -- low flags: 01
  540. -- high flags: 0000
  541. -- rect: left=190 top=190 right=203 bottom=233
  542. -- title width / last selected line: 0
  543. -- icon id / first selected line: 0 / 0
  544. -- text alignment: 65535
  545. -- font id: 2
  546. -- text size: 10
  547. -- style flags: 0
  548. -- line height: 13
  549. -- part name: 
  550.  
  551.  
  552. -- part 51 (field)
  553. -- low flags: 01
  554. -- high flags: 0000
  555. -- rect: left=14 top=190 right=204 bottom=233
  556. -- title width / last selected line: 0
  557. -- icon id / first selected line: 0 / 0
  558. -- text alignment: 0
  559. -- font id: 2
  560. -- text size: 10
  561. -- style flags: 0
  562. -- line height: 13
  563. -- part name: 
  564. ----- HyperTalk script -----
  565. on mouseUp
  566.   visual iris open
  567.   get the number of the target
  568.   get card field (it-1)
  569.   if it is not "" then
  570.     go card it
  571.   end if
  572. end mouseUp
  573.  
  574.  
  575.  
  576. -- part 54 (field)
  577. -- low flags: 01
  578. -- high flags: 0000
  579. -- rect: left=190 top=203 right=217 bottom=233
  580. -- title width / last selected line: 0
  581. -- icon id / first selected line: 0 / 0
  582. -- text alignment: 65535
  583. -- font id: 2
  584. -- text size: 10
  585. -- style flags: 0
  586. -- line height: 13
  587. -- part name: 
  588.  
  589.  
  590. -- part 53 (field)
  591. -- low flags: 01
  592. -- high flags: 0000
  593. -- rect: left=14 top=203 right=217 bottom=233
  594. -- title width / last selected line: 0
  595. -- icon id / first selected line: 0 / 0
  596. -- text alignment: 0
  597. -- font id: 2
  598. -- text size: 10
  599. -- style flags: 0
  600. -- line height: 13
  601. -- part name: 
  602. ----- HyperTalk script -----
  603. on mouseUp
  604.   visual iris open
  605.   get the number of the target
  606.   get card field (it-1)
  607.   if it is not "" then
  608.     go card it
  609.   end if
  610. end mouseUp
  611.  
  612.  
  613.  
  614. -- part 56 (field)
  615. -- low flags: 01
  616. -- high flags: 0000
  617. -- rect: left=190 top=216 right=230 bottom=233
  618. -- title width / last selected line: 0
  619. -- icon id / first selected line: 0 / 0
  620. -- text alignment: 65535
  621. -- font id: 2
  622. -- text size: 10
  623. -- style flags: 0
  624. -- line height: 13
  625. -- part name: 
  626.  
  627.  
  628. -- part 55 (field)
  629. -- low flags: 01
  630. -- high flags: 0000
  631. -- rect: left=14 top=216 right=230 bottom=233
  632. -- title width / last selected line: 0
  633. -- icon id / first selected line: 0 / 0
  634. -- text alignment: 0
  635. -- font id: 2
  636. -- text size: 10
  637. -- style flags: 0
  638. -- line height: 13
  639. -- part name: 
  640. ----- HyperTalk script -----
  641. on mouseUp
  642.   visual iris open
  643.   get the number of the target
  644.   get card field (it-1)
  645.   if it is not "" then
  646.     go card it
  647.   end if
  648. end mouseUp
  649.  
  650.  
  651.  
  652. -- part 58 (field)
  653. -- low flags: 01
  654. -- high flags: 0000
  655. -- rect: left=190 top=229 right=243 bottom=233
  656. -- title width / last selected line: 0
  657. -- icon id / first selected line: 0 / 0
  658. -- text alignment: 65535
  659. -- font id: 2
  660. -- text size: 10
  661. -- style flags: 0
  662. -- line height: 13
  663. -- part name: 
  664.  
  665.  
  666. -- part 57 (field)
  667. -- low flags: 01
  668. -- high flags: 0000
  669. -- rect: left=14 top=229 right=243 bottom=233
  670. -- title width / last selected line: 0
  671. -- icon id / first selected line: 0 / 0
  672. -- text alignment: 0
  673. -- font id: 2
  674. -- text size: 10
  675. -- style flags: 0
  676. -- line height: 13
  677. -- part name: 
  678. ----- HyperTalk script -----
  679. on mouseUp
  680.   visual iris open
  681.   get the number of the target
  682.   get card field (it-1)
  683.   if it is not "" then
  684.     go card it
  685.   end if
  686. end mouseUp
  687.  
  688.  
  689.  
  690. -- part 60 (field)
  691. -- low flags: 01
  692. -- high flags: 0000
  693. -- rect: left=190 top=242 right=255 bottom=233
  694. -- title width / last selected line: 0
  695. -- icon id / first selected line: 0 / 0
  696. -- text alignment: 65535
  697. -- font id: 2
  698. -- text size: 10
  699. -- style flags: 0
  700. -- line height: 13
  701. -- part name: 
  702.  
  703.  
  704. -- part 59 (field)
  705. -- low flags: 01
  706. -- high flags: 0000
  707. -- rect: left=14 top=242 right=256 bottom=233
  708. -- title width / last selected line: 0
  709. -- icon id / first selected line: 0 / 0
  710. -- text alignment: 0
  711. -- font id: 2
  712. -- text size: 10
  713. -- style flags: 0
  714. -- line height: 13
  715. -- part name: 
  716. ----- HyperTalk script -----
  717. on mouseUp
  718.   visual iris open
  719.   get the number of the target
  720.   get card field (it-1)
  721.   if it is not "" then
  722.     go card it
  723.   end if
  724. end mouseUp
  725.  
  726.  
  727.  
  728. -- part 62 (field)
  729. -- low flags: 01
  730. -- high flags: 0000
  731. -- rect: left=190 top=255 right=268 bottom=233
  732. -- title width / last selected line: 0
  733. -- icon id / first selected line: 0 / 0
  734. -- text alignment: 65535
  735. -- font id: 2
  736. -- text size: 10
  737. -- style flags: 0
  738. -- line height: 13
  739. -- part name: 
  740.  
  741.  
  742. -- part 61 (field)
  743. -- low flags: 01
  744. -- high flags: 0000
  745. -- rect: left=14 top=255 right=269 bottom=233
  746. -- title width / last selected line: 0
  747. -- icon id / first selected line: 0 / 0
  748. -- text alignment: 0
  749. -- font id: 2
  750. -- text size: 10
  751. -- style flags: 0
  752. -- line height: 13
  753. -- part name: 
  754. ----- HyperTalk script -----
  755. on mouseUp
  756.   visual iris open
  757.   get the number of the target
  758.   get card field (it-1)
  759.   if it is not "" then
  760.     go card it
  761.   end if
  762. end mouseUp
  763.  
  764.  
  765.  
  766. -- part 64 (field)
  767. -- low flags: 01
  768. -- high flags: 0000
  769. -- rect: left=190 top=268 right=282 bottom=233
  770. -- title width / last selected line: 0
  771. -- icon id / first selected line: 0 / 0
  772. -- text alignment: 65535
  773. -- font id: 2
  774. -- text size: 10
  775. -- style flags: 0
  776. -- line height: 13
  777. -- part name: 
  778.  
  779.  
  780. -- part 63 (field)
  781. -- low flags: 01
  782. -- high flags: 0000
  783. -- rect: left=14 top=268 right=282 bottom=233
  784. -- title width / last selected line: 0
  785. -- icon id / first selected line: 0 / 0
  786. -- text alignment: 0
  787. -- font id: 2
  788. -- text size: 10
  789. -- style flags: 0
  790. -- line height: 13
  791. -- part name: 
  792. ----- HyperTalk script -----
  793. on mouseUp
  794.   visual iris open
  795.   get the number of the target
  796.   get card field (it-1)
  797.   if it is not "" then
  798.     go card it
  799.   end if
  800. end mouseUp
  801.  
  802.  
  803.  
  804. -- part 66 (field)
  805. -- low flags: 01
  806. -- high flags: 0000
  807. -- rect: left=190 top=281 right=295 bottom=233
  808. -- title width / last selected line: 0
  809. -- icon id / first selected line: 0 / 0
  810. -- text alignment: 65535
  811. -- font id: 2
  812. -- text size: 10
  813. -- style flags: 0
  814. -- line height: 13
  815. -- part name: 
  816.  
  817.  
  818. -- part 65 (field)
  819. -- low flags: 01
  820. -- high flags: 0000
  821. -- rect: left=14 top=281 right=295 bottom=233
  822. -- title width / last selected line: 0
  823. -- icon id / first selected line: 0 / 0
  824. -- text alignment: 0
  825. -- font id: 2
  826. -- text size: 10
  827. -- style flags: 0
  828. -- line height: 13
  829. -- part name: 
  830. ----- HyperTalk script -----
  831. on mouseUp
  832.   visual iris open
  833.   get the number of the target
  834.   get card field (it-1)
  835.   if it is not "" then
  836.     go card it
  837.   end if
  838. end mouseUp
  839.  
  840.  
  841.  
  842. -- part 67 (button)
  843. -- low flags: 00
  844. -- high flags: A003
  845. -- rect: left=365 top=26 right=43 bottom=468
  846. -- title width / last selected line: 0
  847. -- icon id / first selected line: 0 / 0
  848. -- text alignment: 1
  849. -- font id: 0
  850. -- text size: 12
  851. -- style flags: 0
  852. -- line height: 16
  853. -- part name: Add Topic
  854. ----- HyperTalk script -----
  855. on mouseUp
  856.   show card button "beep"
  857.   show card button "Enter ID of desired card"
  858.   show card field "content list"
  859.   hide card button "Add Topic"
  860.   show card button "Done Changes"
  861. end mouseUp
  862.  
  863.  
  864.  
  865. -- part 84 (field)
  866. -- low flags: 01
  867. -- high flags: 0000
  868. -- rect: left=451 top=60 right=74 bottom=494
  869. -- title width / last selected line: 0
  870. -- icon id / first selected line: 0 / 0
  871. -- text alignment: 65535
  872. -- font id: 2
  873. -- text size: 10
  874. -- style flags: 0
  875. -- line height: 13
  876. -- part name: 
  877.  
  878.  
  879. -- part 85 (field)
  880. -- low flags: 01
  881. -- high flags: 0000
  882. -- rect: left=275 top=60 right=74 bottom=494
  883. -- title width / last selected line: 0
  884. -- icon id / first selected line: 0 / 0
  885. -- text alignment: 0
  886. -- font id: 2
  887. -- text size: 10
  888. -- style flags: 0
  889. -- line height: 13
  890. -- part name: 
  891. ----- HyperTalk script -----
  892. on mouseUp
  893.   visual iris open
  894.   get the number of the target
  895.   get card field (it-1)
  896.   if it is not "" then
  897.     go card it
  898.   end if
  899. end mouseUp
  900.  
  901.  
  902.  
  903. -- part 90 (field)
  904. -- low flags: 01
  905. -- high flags: 0000
  906. -- rect: left=451 top=73 right=87 bottom=494
  907. -- title width / last selected line: 0
  908. -- icon id / first selected line: 0 / 0
  909. -- text alignment: 65535
  910. -- font id: 2
  911. -- text size: 10
  912. -- style flags: 0
  913. -- line height: 13
  914. -- part name: 
  915.  
  916.  
  917. -- part 89 (field)
  918. -- low flags: 01
  919. -- high flags: 0000
  920. -- rect: left=275 top=73 right=87 bottom=494
  921. -- title width / last selected line: 0
  922. -- icon id / first selected line: 0 / 0
  923. -- text alignment: 0
  924. -- font id: 2
  925. -- text size: 10
  926. -- style flags: 0
  927. -- line height: 13
  928. -- part name: 
  929. ----- HyperTalk script -----
  930. on mouseUp
  931.   visual iris open
  932.   get the number of the target
  933.   get card field (it-1)
  934.   if it is not "" then
  935.     go card it
  936.   end if
  937. end mouseUp
  938.  
  939.  
  940.  
  941. -- part 92 (field)
  942. -- low flags: 01
  943. -- high flags: 0000
  944. -- rect: left=451 top=86 right=100 bottom=494
  945. -- title width / last selected line: 0
  946. -- icon id / first selected line: 0 / 0
  947. -- text alignment: 65535
  948. -- font id: 2
  949. -- text size: 10
  950. -- style flags: 0
  951. -- line height: 13
  952. -- part name: 
  953.  
  954.  
  955. -- part 91 (field)
  956. -- low flags: 01
  957. -- high flags: 0000
  958. -- rect: left=275 top=86 right=100 bottom=494
  959. -- title width / last selected line: 0
  960. -- icon id / first selected line: 0 / 0
  961. -- text alignment: 0
  962. -- font id: 2
  963. -- text size: 10
  964. -- style flags: 0
  965. -- line height: 13
  966. -- part name: 
  967. ----- HyperTalk script -----
  968. on mouseUp
  969.   visual iris open
  970.   get the number of the target
  971.   get card field (it-1)
  972.   if it is not "" then
  973.     go card it
  974.   end if
  975. end mouseUp
  976.  
  977.  
  978.  
  979. -- part 94 (field)
  980. -- low flags: 01
  981. -- high flags: 0000
  982. -- rect: left=451 top=99 right=113 bottom=494
  983. -- title width / last selected line: 0
  984. -- icon id / first selected line: 0 / 0
  985. -- text alignment: 65535
  986. -- font id: 2
  987. -- text size: 10
  988. -- style flags: 0
  989. -- line height: 13
  990. -- part name: 
  991.  
  992.  
  993. -- part 93 (field)
  994. -- low flags: 01
  995. -- high flags: 0000
  996. -- rect: left=275 top=99 right=113 bottom=494
  997. -- title width / last selected line: 0
  998. -- icon id / first selected line: 0 / 0
  999. -- text alignment: 0
  1000. -- font id: 2
  1001. -- text size: 10
  1002. -- style flags: 0
  1003. -- line height: 13
  1004. -- part name: 
  1005. ----- HyperTalk script -----
  1006. on mouseUp
  1007.   visual iris open
  1008.   get the number of the target
  1009.   get card field (it-1)
  1010.   if it is not "" then
  1011.     go card it
  1012.   end if
  1013. end mouseUp
  1014.  
  1015.  
  1016.  
  1017. -- part 96 (field)
  1018. -- low flags: 01
  1019. -- high flags: 0000
  1020. -- rect: left=451 top=112 right=126 bottom=494
  1021. -- title width / last selected line: 0
  1022. -- icon id / first selected line: 0 / 0
  1023. -- text alignment: 65535
  1024. -- font id: 2
  1025. -- text size: 10
  1026. -- style flags: 0
  1027. -- line height: 13
  1028. -- part name: 
  1029.  
  1030.  
  1031. -- part 95 (field)
  1032. -- low flags: 01
  1033. -- high flags: 0000
  1034. -- rect: left=275 top=112 right=126 bottom=494
  1035. -- title width / last selected line: 0
  1036. -- icon id / first selected line: 0 / 0
  1037. -- text alignment: 0
  1038. -- font id: 2
  1039. -- text size: 10
  1040. -- style flags: 0
  1041. -- line height: 13
  1042. -- part name: 
  1043. ----- HyperTalk script -----
  1044. on mouseUp
  1045.   visual iris open
  1046.   get the number of the target
  1047.   get card field (it-1)
  1048.   if it is not "" then
  1049.     go card it
  1050.   end if
  1051. end mouseUp
  1052.  
  1053.  
  1054.  
  1055. -- part 98 (field)
  1056. -- low flags: 01
  1057. -- high flags: 0000
  1058. -- rect: left=451 top=125 right=139 bottom=494
  1059. -- title width / last selected line: 0
  1060. -- icon id / first selected line: 0 / 0
  1061. -- text alignment: 65535
  1062. -- font id: 2
  1063. -- text size: 10
  1064. -- style flags: 0
  1065. -- line height: 13
  1066. -- part name: 
  1067.  
  1068.  
  1069. -- part 97 (field)
  1070. -- low flags: 01
  1071. -- high flags: 0000
  1072. -- rect: left=275 top=125 right=139 bottom=494
  1073. -- title width / last selected line: 0
  1074. -- icon id / first selected line: 0 / 0
  1075. -- text alignment: 0
  1076. -- font id: 2
  1077. -- text size: 10
  1078. -- style flags: 0
  1079. -- line height: 13
  1080. -- part name: 
  1081. ----- HyperTalk script -----
  1082. on mouseUp
  1083.   visual iris open
  1084.   get the number of the target
  1085.   get card field (it-1)
  1086.   if it is not "" then
  1087.     go card it
  1088.   end if
  1089. end mouseUp
  1090.  
  1091.  
  1092.  
  1093. -- part 100 (field)
  1094. -- low flags: 01
  1095. -- high flags: 0000
  1096. -- rect: left=451 top=138 right=152 bottom=494
  1097. -- title width / last selected line: 0
  1098. -- icon id / first selected line: 0 / 0
  1099. -- text alignment: 65535
  1100. -- font id: 2
  1101. -- text size: 10
  1102. -- style flags: 0
  1103. -- line height: 13
  1104. -- part name: 
  1105.  
  1106.  
  1107. -- part 99 (field)
  1108. -- low flags: 01
  1109. -- high flags: 0000
  1110. -- rect: left=275 top=138 right=152 bottom=494
  1111. -- title width / last selected line: 0
  1112. -- icon id / first selected line: 0 / 0
  1113. -- text alignment: 0
  1114. -- font id: 2
  1115. -- text size: 10
  1116. -- style flags: 0
  1117. -- line height: 13
  1118. -- part name: 
  1119. ----- HyperTalk script -----
  1120. on mouseUp
  1121.   visual iris open
  1122.   get the number of the target
  1123.   get card field (it-1)
  1124.   if it is not "" then
  1125.     go card it
  1126.   end if
  1127. end mouseUp
  1128.  
  1129.  
  1130.  
  1131. -- part 102 (field)
  1132. -- low flags: 01
  1133. -- high flags: 0000
  1134. -- rect: left=451 top=151 right=165 bottom=494
  1135. -- title width / last selected line: 0
  1136. -- icon id / first selected line: 0 / 0
  1137. -- text alignment: 65535
  1138. -- font id: 2
  1139. -- text size: 10
  1140. -- style flags: 0
  1141. -- line height: 13
  1142. -- part name: 
  1143.  
  1144.  
  1145. -- part 101 (field)
  1146. -- low flags: 01
  1147. -- high flags: 0000
  1148. -- rect: left=275 top=151 right=165 bottom=494
  1149. -- title width / last selected line: 0
  1150. -- icon id / first selected line: 0 / 0
  1151. -- text alignment: 0
  1152. -- font id: 2
  1153. -- text size: 10
  1154. -- style flags: 0
  1155. -- line height: 13
  1156. -- part name: 
  1157. ----- HyperTalk script -----
  1158. on mouseUp
  1159.   visual iris open
  1160.   get the number of the target
  1161.   get card field (it-1)
  1162.   if it is not "" then
  1163.     go card it
  1164.   end if
  1165. end mouseUp
  1166.  
  1167.  
  1168.  
  1169. -- part 104 (field)
  1170. -- low flags: 01
  1171. -- high flags: 0000
  1172. -- rect: left=451 top=164 right=178 bottom=494
  1173. -- title width / last selected line: 0
  1174. -- icon id / first selected line: 0 / 0
  1175. -- text alignment: 65535
  1176. -- font id: 2
  1177. -- text size: 10
  1178. -- style flags: 0
  1179. -- line height: 13
  1180. -- part name: 
  1181.  
  1182.  
  1183. -- part 103 (field)
  1184. -- low flags: 01
  1185. -- high flags: 0000
  1186. -- rect: left=275 top=164 right=178 bottom=494
  1187. -- title width / last selected line: 0
  1188. -- icon id / first selected line: 0 / 0
  1189. -- text alignment: 0
  1190. -- font id: 2
  1191. -- text size: 10
  1192. -- style flags: 0
  1193. -- line height: 13
  1194. -- part name: 
  1195. ----- HyperTalk script -----
  1196. on mouseUp
  1197.   visual iris open
  1198.   get the number of the target
  1199.   get card field (it-1)
  1200.   if it is not "" then
  1201.     go card it
  1202.   end if
  1203. end mouseUp
  1204.  
  1205.  
  1206.  
  1207. -- part 106 (field)
  1208. -- low flags: 01
  1209. -- high flags: 0000
  1210. -- rect: left=451 top=177 right=191 bottom=494
  1211. -- title width / last selected line: 0
  1212. -- icon id / first selected line: 0 / 0
  1213. -- text alignment: 65535
  1214. -- font id: 2
  1215. -- text size: 10
  1216. -- style flags: 0
  1217. -- line height: 13
  1218. -- part name: 
  1219.  
  1220.  
  1221. -- part 105 (field)
  1222. -- low flags: 01
  1223. -- high flags: 0000
  1224. -- rect: left=275 top=177 right=191 bottom=494
  1225. -- title width / last selected line: 0
  1226. -- icon id / first selected line: 0 / 0
  1227. -- text alignment: 0
  1228. -- font id: 2
  1229. -- text size: 10
  1230. -- style flags: 0
  1231. -- line height: 13
  1232. -- part name: 
  1233. ----- HyperTalk script -----
  1234. on mouseUp
  1235.   visual iris open
  1236.   get the number of the target
  1237.   get card field (it-1)
  1238.   if it is not "" then
  1239.     go card it
  1240.   end if
  1241. end mouseUp
  1242.  
  1243.  
  1244.  
  1245. -- part 108 (field)
  1246. -- low flags: 01
  1247. -- high flags: 0000
  1248. -- rect: left=451 top=190 right=204 bottom=494
  1249. -- title width / last selected line: 0
  1250. -- icon id / first selected line: 0 / 0
  1251. -- text alignment: 65535
  1252. -- font id: 2
  1253. -- text size: 10
  1254. -- style flags: 0
  1255. -- line height: 13
  1256. -- part name: 
  1257.  
  1258.  
  1259. -- part 107 (field)
  1260. -- low flags: 01
  1261. -- high flags: 0000
  1262. -- rect: left=275 top=190 right=204 bottom=494
  1263. -- title width / last selected line: 0
  1264. -- icon id / first selected line: 0 / 0
  1265. -- text alignment: 0
  1266. -- font id: 2
  1267. -- text size: 10
  1268. -- style flags: 0
  1269. -- line height: 13
  1270. -- part name: 
  1271. ----- HyperTalk script -----
  1272. on mouseUp
  1273.   visual iris open
  1274.   get the number of the target
  1275.   get card field (it-1)
  1276.   if it is not "" then
  1277.     go card it
  1278.   end if
  1279. end mouseUp
  1280.  
  1281.  
  1282.  
  1283. -- part 110 (field)
  1284. -- low flags: 01
  1285. -- high flags: 0000
  1286. -- rect: left=451 top=203 right=217 bottom=494
  1287. -- title width / last selected line: 0
  1288. -- icon id / first selected line: 0 / 0
  1289. -- text alignment: 65535
  1290. -- font id: 2
  1291. -- text size: 10
  1292. -- style flags: 0
  1293. -- line height: 13
  1294. -- part name: 
  1295.  
  1296.  
  1297. -- part 109 (field)
  1298. -- low flags: 01
  1299. -- high flags: 0000
  1300. -- rect: left=275 top=203 right=217 bottom=494
  1301. -- title width / last selected line: 0
  1302. -- icon id / first selected line: 0 / 0
  1303. -- text alignment: 0
  1304. -- font id: 2
  1305. -- text size: 10
  1306. -- style flags: 0
  1307. -- line height: 13
  1308. -- part name: 
  1309. ----- HyperTalk script -----
  1310. on mouseUp
  1311.   visual iris open
  1312.   get the number of the target
  1313.   get card field (it-1)
  1314.   if it is not "" then
  1315.     go card it
  1316.   end if
  1317. end mouseUp
  1318.  
  1319.  
  1320.  
  1321. -- part 112 (field)
  1322. -- low flags: 01
  1323. -- high flags: 0000
  1324. -- rect: left=451 top=216 right=230 bottom=494
  1325. -- title width / last selected line: 0
  1326. -- icon id / first selected line: 0 / 0
  1327. -- text alignment: 65535
  1328. -- font id: 2
  1329. -- text size: 10
  1330. -- style flags: 0
  1331. -- line height: 13
  1332. -- part name: 
  1333.  
  1334.  
  1335. -- part 111 (field)
  1336. -- low flags: 01
  1337. -- high flags: 0000
  1338. -- rect: left=275 top=216 right=230 bottom=494
  1339. -- title width / last selected line: 0
  1340. -- icon id / first selected line: 0 / 0
  1341. -- text alignment: 0
  1342. -- font id: 2
  1343. -- text size: 10
  1344. -- style flags: 0
  1345. -- line height: 13
  1346. -- part name: 
  1347. ----- HyperTalk script -----
  1348. on mouseUp
  1349.   visual iris open
  1350.   get the number of the target
  1351.   get card field (it-1)
  1352.   if it is not "" then
  1353.     go card it
  1354.   end if
  1355. end mouseUp
  1356.  
  1357.  
  1358.  
  1359. -- part 114 (field)
  1360. -- low flags: 01
  1361. -- high flags: 0000
  1362. -- rect: left=451 top=229 right=243 bottom=494
  1363. -- title width / last selected line: 0
  1364. -- icon id / first selected line: 0 / 0
  1365. -- text alignment: 65535
  1366. -- font id: 2
  1367. -- text size: 10
  1368. -- style flags: 0
  1369. -- line height: 13
  1370. -- part name: 
  1371.  
  1372.  
  1373. -- part 113 (field)
  1374. -- low flags: 01
  1375. -- high flags: 0000
  1376. -- rect: left=275 top=229 right=243 bottom=494
  1377. -- title width / last selected line: 0
  1378. -- icon id / first selected line: 0 / 0
  1379. -- text alignment: 0
  1380. -- font id: 2
  1381. -- text size: 10
  1382. -- style flags: 0
  1383. -- line height: 13
  1384. -- part name: 
  1385. ----- HyperTalk script -----
  1386. on mouseUp
  1387.   visual iris open
  1388.   get the number of the target
  1389.   get card field (it-1)
  1390.   if it is not "" then
  1391.     go card it
  1392.   end if
  1393. end mouseUp
  1394.  
  1395.  
  1396.  
  1397. -- part 116 (field)
  1398. -- low flags: 01
  1399. -- high flags: 0000
  1400. -- rect: left=451 top=242 right=256 bottom=494
  1401. -- title width / last selected line: 0
  1402. -- icon id / first selected line: 0 / 0
  1403. -- text alignment: 65535
  1404. -- font id: 2
  1405. -- text size: 10
  1406. -- style flags: 0
  1407. -- line height: 13
  1408. -- part name: 
  1409.  
  1410.  
  1411. -- part 115 (field)
  1412. -- low flags: 01
  1413. -- high flags: 0000
  1414. -- rect: left=275 top=242 right=256 bottom=494
  1415. -- title width / last selected line: 0
  1416. -- icon id / first selected line: 0 / 0
  1417. -- text alignment: 0
  1418. -- font id: 2
  1419. -- text size: 10
  1420. -- style flags: 0
  1421. -- line height: 13
  1422. -- part name: 
  1423. ----- HyperTalk script -----
  1424. on mouseUp
  1425.   visual iris open
  1426.   get the number of the target
  1427.   get card field (it-1)
  1428.   if it is not "" then
  1429.     go card it
  1430.   end if
  1431. end mouseUp
  1432.  
  1433.  
  1434.  
  1435. -- part 118 (field)
  1436. -- low flags: 01
  1437. -- high flags: 0000
  1438. -- rect: left=451 top=255 right=269 bottom=494
  1439. -- title width / last selected line: 0
  1440. -- icon id / first selected line: 0 / 0
  1441. -- text alignment: 65535
  1442. -- font id: 2
  1443. -- text size: 10
  1444. -- style flags: 0
  1445. -- line height: 13
  1446. -- part name: 
  1447.  
  1448.  
  1449. -- part 117 (field)
  1450. -- low flags: 01
  1451. -- high flags: 0000
  1452. -- rect: left=275 top=255 right=269 bottom=494
  1453. -- title width / last selected line: 0
  1454. -- icon id / first selected line: 0 / 0
  1455. -- text alignment: 0
  1456. -- font id: 2
  1457. -- text size: 10
  1458. -- style flags: 0
  1459. -- line height: 13
  1460. -- part name: 
  1461. ----- HyperTalk script -----
  1462. on mouseUp
  1463.   visual iris open
  1464.   get the number of the target
  1465.   get card field (it-1)
  1466.   if it is not "" then
  1467.     go card it
  1468.   end if
  1469. end mouseUp
  1470.  
  1471.  
  1472.  
  1473. -- part 120 (field)
  1474. -- low flags: 01
  1475. -- high flags: 0000
  1476. -- rect: left=451 top=268 right=282 bottom=494
  1477. -- title width / last selected line: 0
  1478. -- icon id / first selected line: 0 / 0
  1479. -- text alignment: 65535
  1480. -- font id: 2
  1481. -- text size: 10
  1482. -- style flags: 0
  1483. -- line height: 13
  1484. -- part name: 
  1485.  
  1486.  
  1487. -- part 119 (field)
  1488. -- low flags: 01
  1489. -- high flags: 0000
  1490. -- rect: left=275 top=268 right=282 bottom=494
  1491. -- title width / last selected line: 0
  1492. -- icon id / first selected line: 0 / 0
  1493. -- text alignment: 0
  1494. -- font id: 2
  1495. -- text size: 10
  1496. -- style flags: 0
  1497. -- line height: 13
  1498. -- part name: 
  1499. ----- HyperTalk script -----
  1500. on mouseUp
  1501.   visual iris open
  1502.   get the number of the target
  1503.   get card field (it-1)
  1504.   if it is not "" then
  1505.     go card it
  1506.   end if
  1507. end mouseUp
  1508.  
  1509.  
  1510.  
  1511. -- part 122 (field)
  1512. -- low flags: 01
  1513. -- high flags: 0000
  1514. -- rect: left=451 top=281 right=295 bottom=494
  1515. -- title width / last selected line: 0
  1516. -- icon id / first selected line: 0 / 0
  1517. -- text alignment: 65535
  1518. -- font id: 2
  1519. -- text size: 10
  1520. -- style flags: 0
  1521. -- line height: 13
  1522. -- part name: 
  1523.  
  1524.  
  1525. -- part 121 (field)
  1526. -- low flags: 01
  1527. -- high flags: 0000
  1528. -- rect: left=275 top=281 right=295 bottom=494
  1529. -- title width / last selected line: 0
  1530. -- icon id / first selected line: 0 / 0
  1531. -- text alignment: 0
  1532. -- font id: 2
  1533. -- text size: 10
  1534. -- style flags: 0
  1535. -- line height: 13
  1536. -- part name: 
  1537. ----- HyperTalk script -----
  1538. on mouseUp
  1539.   visual iris open
  1540.   get the number of the target
  1541.   get card field (it-1)
  1542.   if it is not "" then
  1543.     go card it
  1544.   end if
  1545. end mouseUp
  1546.  
  1547.  
  1548.  
  1549. -- part 124 (button)
  1550. -- low flags: 80
  1551. -- high flags: 0000
  1552. -- rect: left=1 top=21 right=340 bottom=510
  1553. -- title width / last selected line: 0
  1554. -- icon id / first selected line: 0 / 0
  1555. -- text alignment: 1
  1556. -- font id: 0
  1557. -- text size: 12
  1558. -- style flags: 0
  1559. -- line height: 16
  1560. -- part name: beep
  1561. ----- HyperTalk script -----
  1562. on mouseUp
  1563.   beep
  1564. end mouseUp
  1565.  
  1566.  
  1567.  
  1568. -- part 123 (field)
  1569. -- low flags: 80
  1570. -- high flags: 0007
  1571. -- rect: left=170 top=81 right=300 bottom=339
  1572. -- title width / last selected line: 0
  1573. -- icon id / first selected line: 0 / 0
  1574. -- text alignment: 0
  1575. -- font id: 4
  1576. -- text size: 9
  1577. -- style flags: 0
  1578. -- line height: 12
  1579. -- part name: content list
  1580.  
  1581.  
  1582. -- part 125 (button)
  1583. -- low flags: 80
  1584. -- high flags: A003
  1585. -- rect: left=365 top=26 right=43 bottom=467
  1586. -- title width / last selected line: 0
  1587. -- icon id / first selected line: 0 / 0
  1588. -- text alignment: 1
  1589. -- font id: 0
  1590. -- text size: 12
  1591. -- style flags: 0
  1592. -- line height: 16
  1593. -- part name: Done Changes
  1594. ----- HyperTalk script -----
  1595. on mouseUp
  1596.   hide card button "beep"
  1597.   hide card button "Enter ID of desired card"
  1598.   hide card field "content list"
  1599.   hide card button "Done Changes"
  1600.   show card button "Add Topic"
  1601.   show card field "updating"
  1602.   send updateContents
  1603.   hide card field "updating"
  1604. end mouseUp
  1605.  
  1606.  
  1607.  
  1608. -- part 126 (button)
  1609. -- low flags: 80
  1610. -- high flags: 8002
  1611. -- rect: left=170 top=62 right=84 bottom=339
  1612. -- title width / last selected line: 0
  1613. -- icon id / first selected line: 0 / 0
  1614. -- text alignment: 1
  1615. -- font id: 0
  1616. -- text size: 12
  1617. -- style flags: 0
  1618. -- line height: 16
  1619. -- part name: Enter ID of desired card
  1620.  
  1621.  
  1622. -- part 127 (field)
  1623. -- low flags: 81
  1624. -- high flags: 0004
  1625. -- rect: left=156 top=120 right=205 bottom=356
  1626. -- title width / last selected line: 0
  1627. -- icon id / first selected line: 0 / 0
  1628. -- text alignment: 0
  1629. -- font id: 3
  1630. -- text size: 12
  1631. -- style flags: 0
  1632. -- line height: 16
  1633. -- part name: updating
  1634.  
  1635.  
  1636. -- part 129 (button)
  1637. -- low flags: 00
  1638. -- high flags: 0000
  1639. -- rect: left=453 top=313 right=338 bottom=480
  1640. -- title width / last selected line: 0
  1641. -- icon id / first selected line: 0 / 0
  1642. -- text alignment: 1
  1643. -- font id: 0
  1644. -- text size: 12
  1645. -- style flags: 0
  1646. -- line height: 16
  1647. -- part name: 
  1648. ----- HyperTalk script -----
  1649. on mouseUp
  1650.   beep
  1651. end mouseUp
  1652.  
  1653.  
  1654.  
  1655.  
  1656. -- part 131 (field)
  1657. -- low flags: 80
  1658. -- high flags: 0001
  1659. -- rect: left=77 top=314 right=333 bottom=201
  1660. -- title width / last selected line: 0
  1661. -- icon id / first selected line: 0 / 0
  1662. -- text alignment: 0
  1663. -- font id: 3
  1664. -- text size: 12
  1665. -- style flags: 0
  1666. -- line height: 16
  1667. -- part name: deletedCard
  1668.  
  1669.  
  1670. -- part contents for background part 7
  1671. ----- text -----
  1672. 2
  1673.  
  1674. -- part contents for card part 14
  1675. ----- text -----
  1676. card id 4342
  1677.  
  1678. -- part contents for background part 6
  1679. ----- text -----
  1680. Contents
  1681.  
  1682. -- part contents for card part 20
  1683. ----- text -----
  1684. (click on the topic or page no. of interest)
  1685.  
  1686. -- part contents for background part 4
  1687. ----- text -----
  1688.  
  1689.  
  1690.  
  1691.  
  1692.  
  1693.  
  1694.  
  1695.  
  1696.  
  1697.  
  1698. -- part contents for card part 24
  1699. ----- text -----
  1700. 0
  1701.  
  1702. -- part contents for card part 25
  1703. ----- text -----
  1704. 0
  1705.  
  1706. -- part contents for card part 123
  1707. ----- text -----
  1708.  
  1709. 3971
  1710.  
  1711. 7205
  1712.     4342
  1713.     2542
  1714.  
  1715. 6753
  1716.     8539
  1717.     8871
  1718.     9080
  1719.  
  1720. 3295
  1721.  
  1722. 2231
  1723.  
  1724. 6390
  1725.  
  1726.  
  1727. 6957
  1728.  
  1729.  
  1730.  
  1731.  
  1732.  
  1733.  
  1734.  
  1735.  
  1736.  
  1737.  
  1738.  
  1739.  
  1740.  
  1741.  
  1742.  
  1743.  
  1744.  
  1745.  
  1746.  
  1747.  
  1748.  
  1749.  
  1750.  
  1751.  
  1752.  
  1753.  
  1754.  
  1755.  
  1756.  
  1757.  
  1758.  
  1759.  
  1760.  
  1761.  
  1762.  
  1763.  
  1764.  
  1765.  
  1766.  
  1767.  
  1768.  
  1769.  
  1770.  
  1771.  
  1772.  
  1773.  
  1774.  
  1775.  
  1776.  
  1777.  
  1778.  
  1779.  
  1780.  
  1781. -- part contents for card part 31
  1782. ----- text -----
  1783. 4
  1784.  
  1785. -- part contents for card part 30
  1786. ----- text -----
  1787. Preface
  1788.  
  1789. -- part contents for card part 35
  1790. ----- text -----
  1791. 5
  1792.  
  1793. -- part contents for card part 34
  1794. ----- text -----
  1795. 1.  Bookbinder Features
  1796.  
  1797. -- part contents for card part 37
  1798. ----- text -----
  1799. 6
  1800.  
  1801. -- part contents for card part 36
  1802. ----- text -----
  1803.     1.1  Features for Readers
  1804.  
  1805. -- part contents for card part 39
  1806. ----- text -----
  1807. 7
  1808.  
  1809. -- part contents for card part 38
  1810. ----- text -----
  1811.     1.2  Features for Writers
  1812.  
  1813. -- part contents for card part 50
  1814. ----- text -----
  1815. 13
  1816.  
  1817. -- part contents for card part 49
  1818. ----- text -----
  1819.     2.2  Add/Delete Field
  1820.  
  1821. -- part contents for card part 52
  1822. ----- text -----
  1823. 14
  1824.  
  1825. -- part contents for card part 51
  1826. ----- text -----
  1827.     2.3  Add/Delete Button
  1828.  
  1829. -- part contents for card part 56
  1830. ----- text -----
  1831. 15
  1832.  
  1833. -- part contents for card part 55
  1834. ----- text -----
  1835. 3.  Finishing Up
  1836.  
  1837. -- part contents for card part 60
  1838. ----- text -----
  1839. 17
  1840.  
  1841. -- part contents for card part 59
  1842. ----- text -----
  1843. Bibliography
  1844.  
  1845. -- part contents for card part 64
  1846. ----- text -----
  1847. 18
  1848.  
  1849. -- part contents for card part 63
  1850. ----- text -----
  1851. Notes
  1852.  
  1853. -- part contents for card part 127
  1854. ----- text -----
  1855. Updating Table of Contents.
  1856. Please wait...
  1857.  
  1858. -- part contents for card part 46
  1859. ----- text -----
  1860. 9
  1861.  
  1862. -- part contents for card part 45
  1863. ----- text -----
  1864. 2.  Binding a Book
  1865.  
  1866. -- part contents for card part 48
  1867. ----- text -----
  1868. 11
  1869.  
  1870. -- part contents for card part 47
  1871. ----- text -----
  1872.     2.1  Add/Delete Card
  1873.  
  1874.  
  1875. -- part contents for card part 90
  1876. ----- text -----
  1877. 19
  1878.  
  1879. -- part contents for card part 89
  1880. ----- text -----
  1881. Index
  1882.  
  1883. -- part contents for background part 17
  1884. ----- text -----
  1885. p6